home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / evolution / 2.26 / glade / contact-list-editor.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  18.6 KB  |  342 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkDialog" id="dialog">
  6.     <property name="visible">True</property>
  7.     <property name="border_width">6</property>
  8.     <property name="title" translatable="yes" context="yes">Contact List Editor</property>
  9.     <property name="window_position">GTK_WIN_POS_CENTER</property>
  10.     <property name="icon_name">stock_contact-list</property>
  11.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  12.     <property name="has_separator">False</property>
  13.     <signal name="delete_event" handler="contact_list_editor_delete_event_cb"/>
  14.     <child internal-child="vbox">
  15.       <widget class="GtkVBox" id="dialog-vbox">
  16.         <property name="visible">True</property>
  17.         <child>
  18.           <widget class="GtkTable" id="table">
  19.             <property name="visible">True</property>
  20.             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  21.             <property name="border_width">6</property>
  22.             <property name="n_rows">2</property>
  23.             <property name="n_columns">2</property>
  24.             <property name="column_spacing">12</property>
  25.             <property name="row_spacing">12</property>
  26.             <child>
  27.               <widget class="GtkImage" id="image">
  28.                 <property name="visible">True</property>
  29.                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  30.                 <property name="icon_size">6</property>
  31.                 <property name="icon_name">x-office-address-book</property>
  32.               </widget>
  33.               <packing>
  34.                 <property name="left_attach">1</property>
  35.                 <property name="right_attach">2</property>
  36.                 <property name="x_options"></property>
  37.                 <property name="y_options"></property>
  38.               </packing>
  39.             </child>
  40.             <child>
  41.               <widget class="GtkTable" id="source-table">
  42.                 <property name="visible">True</property>
  43.                 <property name="n_rows">2</property>
  44.                 <property name="n_columns">2</property>
  45.                 <property name="column_spacing">6</property>
  46.                 <property name="row_spacing">6</property>
  47.                 <child>
  48.                   <widget class="GtkLabel" id="list-name-label">
  49.                     <property name="visible">True</property>
  50.                     <property name="xalign">1</property>
  51.                     <property name="label" translatable="yes" context="yes">_List name:</property>
  52.                     <property name="use_underline">True</property>
  53.                     <property name="mnemonic_widget">list-name-entry</property>
  54.                   </widget>
  55.                   <packing>
  56.                     <property name="x_options">GTK_FILL</property>
  57.                     <property name="y_options"></property>
  58.                   </packing>
  59.                 </child>
  60.                 <child>
  61.                   <widget class="GtkLabel" id="source-label">
  62.                     <property name="visible">True</property>
  63.                     <property name="xalign">1</property>
  64.                     <property name="label" translatable="yes" context="yes">_Where:</property>
  65.                     <property name="use_underline">True</property>
  66.                   </widget>
  67.                   <packing>
  68.                     <property name="top_attach">1</property>
  69.                     <property name="bottom_attach">2</property>
  70.                     <property name="x_options">GTK_FILL</property>
  71.                     <property name="y_options"></property>
  72.                   </packing>
  73.                 </child>
  74.                 <child>
  75.                   <widget class="GtkEntry" id="list-name-entry">
  76.                     <property name="visible">True</property>
  77.                     <property name="invisible_char">*</property>
  78.                     <signal name="changed" handler="contact_list_editor_list_name_entry_changed_cb"/>
  79.                   </widget>
  80.                   <packing>
  81.                     <property name="left_attach">1</property>
  82.                     <property name="right_attach">2</property>
  83.                     <property name="y_options"></property>
  84.                   </packing>
  85.                 </child>
  86.                 <child>
  87.                   <widget class="Custom" id="source-combo-box">
  88.                     <property name="creation_function">contact_list_editor_create_source_combo_box</property>
  89.                   </widget>
  90.                   <packing>
  91.                     <property name="left_attach">1</property>
  92.                     <property name="right_attach">2</property>
  93.                     <property name="top_attach">1</property>
  94.                     <property name="bottom_attach">2</property>
  95.                     <property name="x_options">GTK_FILL</property>
  96.                     <property name="y_options">GTK_FILL</property>
  97.                   </packing>
  98.                 </child>
  99.               </widget>
  100.               <packing>
  101.                 <property name="y_options"></property>
  102.               </packing>
  103.             </child>
  104.             <child>
  105.               <widget class="GtkVBox" id="members-vbox">
  106.                 <property name="visible">True</property>
  107.                 <property name="spacing">6</property>
  108.                 <child>
  109.                   <widget class="GtkLabel" id="members-label">
  110.                     <property name="visible">True</property>
  111.                     <property name="xalign">0</property>
  112.                     <property name="label" translatable="yes" context="yes"><b>Members</b></property>
  113.                     <property name="use_markup">True</property>
  114.                   </widget>
  115.                   <packing>
  116.                     <property name="expand">False</property>
  117.                     <property name="fill">False</property>
  118.                   </packing>
  119.                 </child>
  120.                 <child>
  121.                   <widget class="GtkAlignment" id="members-alignment">
  122.                     <property name="visible">True</property>
  123.                     <property name="left_padding">12</property>
  124.                     <child>
  125.                       <widget class="GtkTable" id="members-table">
  126.                         <property name="visible">True</property>
  127.                         <property name="n_rows">4</property>
  128.                         <property name="n_columns">2</property>
  129.                         <property name="column_spacing">6</property>
  130.                         <property name="row_spacing">6</property>
  131.                         <child>
  132.                           <placeholder/>
  133.                         </child>
  134.                         <child>
  135.                           <placeholder/>
  136.                         </child>
  137.                         <child>
  138.                           <placeholder/>
  139.                         </child>
  140.                         <child>
  141.                           <widget class="GtkLabel" id="members-instructions">
  142.                             <property name="visible">True</property>
  143.                             <property name="xalign">0</property>
  144.                             <property name="label" translatable="yes" context="yes">_Type an email address or drag a contact into the list below:</property>
  145.                             <property name="use_underline">True</property>
  146.                             <property name="justify">GTK_JUSTIFY_CENTER</property>
  147.                           </widget>
  148.                           <packing>
  149.                             <property name="y_options"></property>
  150.                           </packing>
  151.                         </child>
  152.                         <child>
  153.                           <widget class="Custom" id="email-entry">
  154.                             <property name="creation_function">contact_list_editor_create_name_selector</property>
  155.                           </widget>
  156.                           <packing>
  157.                             <property name="top_attach">1</property>
  158.                             <property name="bottom_attach">2</property>
  159.                             <property name="y_options"></property>
  160.                           </packing>
  161.                         </child>
  162.                         <child>
  163.                           <widget class="GtkScrolledWindow" id="scrolled-window">
  164.                             <property name="visible">True</property>
  165.                             <property name="can_focus">False</property>
  166.                             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  167.                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  168.                             <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  169.                             <child>
  170.                               <widget class="GtkTreeView" id="tree-view">
  171.                                 <property name="visible">True</property>
  172.                                 <property name="headers_visible">False</property>
  173.                                 <property name="search_column">0</property>
  174.                                 <signal name="drag_motion" handler="contact_list_editor_drag_motion_cb"/>
  175.                                 <signal name="key_press_event" handler="contact_list_editor_tree_view_key_press_event_cb"/>
  176.                                 <signal name="drag_data_received" handler="contact_list_editor_drag_data_received_cb"/>
  177.                                 <signal name="drag_drop" handler="contact_list_editor_drag_drop_cb"/>
  178.                               </widget>
  179.                             </child>
  180.                           </widget>
  181.                           <packing>
  182.                             <property name="top_attach">2</property>
  183.                             <property name="bottom_attach">3</property>
  184.                           </packing>
  185.                         </child>
  186.                         <child>
  187.                           <widget class="GtkCheckButton" id="check-button">
  188.                             <property name="visible">True</property>
  189.                             <property name="is_focus">True</property>
  190.                             <property name="label" translatable="yes" context="yes">_Hide addresses when sending mail to this list</property>
  191.                             <property name="use_underline">True</property>
  192.                             <property name="response_id">0</property>
  193.                             <signal name="toggled" handler="contact_list_editor_check_button_toggled_cb"/>
  194.                           </widget>
  195.                           <packing>
  196.                             <property name="top_attach">3</property>
  197.                             <property name="bottom_attach">4</property>
  198.                             <property name="y_options"></property>
  199.                           </packing>
  200.                         </child>
  201.                         <child>
  202.                           <widget class="GtkVBox" id="members-buttons">
  203.                             <property name="visible">True</property>
  204.                             <property name="spacing">6</property>
  205.                             <child>
  206.                               <widget class="GtkButton" id="add-button">
  207.                                 <property name="visible">True</property>
  208.                                 <property name="sensitive">False</property>
  209.                                 <property name="is_focus">True</property>
  210.                                 <property name="can_default">True</property>
  211.                                 <property name="has_tooltip">True</property>
  212.                                 <property name="tooltip_markup">Add an email to the List</property>
  213.                                 <property name="tooltip_text">Add an email to the List</property>
  214.                                 <property name="label" context="yes">gtk-add</property>
  215.                                 <property name="use_stock">True</property>
  216.                                 <property name="xalign">0</property>
  217.                                 <property name="response_id">0</property>
  218.                                 <signal name="clicked" handler="contact_list_editor_add_button_clicked_cb"/>
  219.                               </widget>
  220.                               <packing>
  221.                                 <property name="expand">False</property>
  222.                                 <property name="fill">False</property>
  223.                               </packing>
  224.                             </child>
  225.                             <child>
  226.                               <widget class="GtkButton" id="remove-button">
  227.                                 <property name="visible">True</property>
  228.                                 <property name="sensitive">False</property>
  229.                                 <property name="is_focus">True</property>
  230.                                 <property name="can_default">True</property>
  231.                                 <property name="has_tooltip">True</property>
  232.                                 <property name="tooltip_markup">Remove an email address from the List</property>
  233.                                 <property name="tooltip_text">Remove an email address from the List</property>
  234.                                 <property name="label" context="yes">gtk-remove</property>
  235.                                 <property name="use_stock">True</property>
  236.                                 <property name="xalign">0</property>
  237.                                 <property name="response_id">0</property>
  238.                                 <signal name="clicked" handler="contact_list_editor_remove_button_clicked_cb"/>
  239.                               </widget>
  240.                               <packing>
  241.                                 <property name="expand">False</property>
  242.                                 <property name="fill">False</property>
  243.                                 <property name="position">1</property>
  244.                               </packing>
  245.                             </child>
  246.                             <child>
  247.                               <widget class="GtkButton" id="select-button">
  248.                                 <property name="visible">True</property>
  249.                                 <property name="is_focus">True</property>
  250.                                 <property name="can_default">True</property>
  251.                                 <property name="has_default">True</property>
  252.                                 <property name="has_tooltip">True</property>
  253.                                 <property name="tooltip_markup">Insert email addresses from Address Book</property>
  254.                                 <property name="tooltip_text">Insert email addresses from Address Book</property>
  255.                                 <property name="label" translatable="yes" context="yes">Select...</property>
  256.                                 <property name="response_id">0</property>
  257.                                 <signal name="clicked" handler="contact_list_editor_select_button_clicked_cb"/>
  258.                               </widget>
  259.                               <packing>
  260.                                 <property name="expand">False</property>
  261.                                 <property name="fill">False</property>
  262.                                 <property name="position">2</property>
  263.                               </packing>
  264.                             </child>
  265.                             <child>
  266.                               <widget class="GtkAlignment" id="members-buttons-alignment">
  267.                                 <property name="visible">True</property>
  268.                                 <child>
  269.                                   <placeholder/>
  270.                                 </child>
  271.                               </widget>
  272.                               <packing>
  273.                                 <property name="position">3</property>
  274.                               </packing>
  275.                             </child>
  276.                           </widget>
  277.                           <packing>
  278.                             <property name="left_attach">1</property>
  279.                             <property name="right_attach">2</property>
  280.                             <property name="top_attach">2</property>
  281.                             <property name="bottom_attach">3</property>
  282.                             <property name="x_options"></property>
  283.                           </packing>
  284.                         </child>
  285.                       </widget>
  286.                     </child>
  287.                   </widget>
  288.                   <packing>
  289.                     <property name="position">1</property>
  290.                   </packing>
  291.                 </child>
  292.               </widget>
  293.               <packing>
  294.                 <property name="right_attach">2</property>
  295.                 <property name="top_attach">1</property>
  296.                 <property name="bottom_attach">2</property>
  297.               </packing>
  298.             </child>
  299.           </widget>
  300.           <packing>
  301.             <property name="position">1</property>
  302.           </packing>
  303.         </child>
  304.         <child internal-child="action_area">
  305.           <widget class="GtkHButtonBox" id="dialog-action-area">
  306.             <property name="visible">True</property>
  307.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  308.             <child>
  309.               <widget class="GtkButton" id="cancel-button">
  310.                 <property name="visible">True</property>
  311.                 <property name="is_focus">True</property>
  312.                 <property name="can_default">True</property>
  313.                 <property name="label" context="yes">gtk-cancel</property>
  314.                 <property name="use_stock">True</property>
  315.                 <property name="response_id">0</property>
  316.                 <signal name="clicked" handler="contact_list_editor_cancel_button_clicked_cb"/>
  317.               </widget>
  318.             </child>
  319.             <child>
  320.               <widget class="GtkButton" id="ok-button">
  321.                 <property name="visible">True</property>
  322.                 <property name="can_default">True</property>
  323.                 <property name="label" context="yes">gtk-ok</property>
  324.                 <property name="use_stock">True</property>
  325.                 <property name="response_id">0</property>
  326.                 <signal name="clicked" handler="contact_list_editor_ok_button_clicked_cb"/>
  327.               </widget>
  328.               <packing>
  329.                 <property name="position">1</property>
  330.               </packing>
  331.             </child>
  332.           </widget>
  333.           <packing>
  334.             <property name="expand">False</property>
  335.             <property name="pack_type">GTK_PACK_END</property>
  336.           </packing>
  337.         </child>
  338.       </widget>
  339.     </child>
  340.   </widget>
  341. </glade-interface>
  342.